home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMINTERPRESULT / TFRMINTERPRESULT.txt
Text File  |  2006-04-19  |  2KB  |  79 lines

  1. object frmInterpResult: TfrmInterpResult
  2.   Left = 293
  3.   Top = 208
  4.   Width = 531
  5.   Height = 380
  6.   Caption = 'Test result'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object smResult: TSyntaxMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 523
  22.     Height = 307
  23.     Align = alClient
  24.     ClipCopyFormats = [smTEXT, smRTF]
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -13
  28.     Font.Name = 'Courier New'
  29.     Font.Style = []
  30.     GutterFont.Charset = DEFAULT_CHARSET
  31.     GutterFont.Color = clWindowText
  32.     GutterFont.Height = -11
  33.     GutterFont.Name = 'MS Sans Serif'
  34.     GutterFont.Style = []
  35.     HyperCursor = crDefault
  36.     IndentStep = 1
  37.     Margin = 2
  38.     Modified = False
  39.     MonoPrint = True
  40.     Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoProcessDroppedFiles, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack, smoUseTAB, smoSmartFill, smoOLEDragSource, smoLineNumbers]
  41.     ReadOnly = False
  42.     RightMargin = 80
  43.     SaveFormat = sfTEXT
  44.     ScrollBars = ssBoth
  45.     SelLineStyle = lsCRLF
  46.     SelStart = 0
  47.     SelLength = 0
  48.     SelTextColor = clWhite
  49.     SelTextBack = clNavy
  50.     TabDefault = 4
  51.     TabOrder = 0
  52.     Version = '3.00.39'
  53.     VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  54.     WrapAtColumn = 2048
  55.     CanMoveGutter = False
  56.     ActiveParser = 1
  57.   end
  58.   object pnlButtons: TPanel
  59.     Left = 0
  60.     Top = 307
  61.     Width = 523
  62.     Height = 39
  63.     Align = alBottom
  64.     BevelOuter = bvNone
  65.     TabOrder = 1
  66.     object btnClose: TBitBtn
  67.       Left = 224
  68.       Top = 7
  69.       Width = 75
  70.       Height = 25
  71.       Cancel = True
  72.       Caption = 'Close'
  73.       ModalResult = 1
  74.       TabOrder = 0
  75.       NumGlyphs = 2
  76.     end
  77.   end
  78. end
  79.